Default

open class Default : INfcService

Default implementation for INfcService.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun asBinder(): IBinder
Link copied to clipboard
Reads Mifare sectors from the NFC card.
Link copied to clipboard
Reads data from the NFC card.
Link copied to clipboard
Reads the UID (Unique Identifier) of the NFC card.
Link copied to clipboard
Writes Mifare sectors to the NFC card.
Link copied to clipboard
open fun writeNfcData(auth: String, data: String): CardReadResult
Writes data to the NFC card.